Conversation
There was a problem hiding this comment.
Pull request overview
This pull request adds azure-cni and azure-cns version v1.8.0-0 to the cached container images in components.json for VHD building. This allows AKS nodes to pre-cache the new v1.8.0-0 versions of these critical networking components alongside the existing v1.5.50, v1.6.35-0, and v1.7.9-0 versions.
Changes:
- Added v1.8.1-0 entries for azure-cni in both
windowsVersionsandmultiArchVersionsV2arrays - Added v1.8.1-0 entries for azure-cns in both
windowsVersionsandmultiArchVersionsV2arrays - Included appropriate
containerImagePrefetchconfiguration with binaries for the new multiArch versions
ad92d87 to
049dc12
Compare
049dc12 to
04f8f9a
Compare
04f8f9a to
bbc55ac
Compare
bbc55ac to
2763afc
Compare
2763afc to
eb217ac
Compare
eb217ac to
cee6d7a
Compare
cee6d7a to
ecc74a7
Compare
ecc74a7 to
676986c
Compare
|
@behzad-mir I've opened a new pull request, #8020, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@behzad-mir I've opened a new pull request, #8021, to work on those changes. Once the pull request is ready, I'll request review from you. |
Signed-off-by: Behzad.Mirkhanzadeh <behzadm@microsoft.com>
676986c to
04cfc75
Compare
Changes cached containers or packages on windows VHDsPlease get a Windows SIG member to approve. The following dif file shows any additions or deletions from what will be cached on windows VHDs organised by VHD type.
diff --git a/vhd_files/2022-containerd-gen2.txt b/vhd_files/2022-containerd-gen2.txt
index 3af8808..920512b 100644
--- a/vhd_files/2022-containerd-gen2.txt
+++ b/vhd_files/2022-containerd-gen2.txt
@@ -104,0 +105 @@ mcr.microsoft.com/containernetworking/azure-cni:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cni:v1.8.1-0
@@ -107,0 +109 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.8.1-0
diff --git a/vhd_files/2022-containerd.txt b/vhd_files/2022-containerd.txt
index bf444f2..5141ffe 100644
--- a/vhd_files/2022-containerd.txt
+++ b/vhd_files/2022-containerd.txt
@@ -104,0 +105 @@ mcr.microsoft.com/containernetworking/azure-cni:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cni:v1.8.1-0
@@ -107,0 +109 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.8.1-0
diff --git a/vhd_files/2025-gen2.txt b/vhd_files/2025-gen2.txt
index 19c0eda..8ce74bd 100644
--- a/vhd_files/2025-gen2.txt
+++ b/vhd_files/2025-gen2.txt
@@ -34,0 +35 @@ mcr.microsoft.com/containernetworking/azure-cni:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cni:v1.8.1-0
@@ -37,0 +39 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.8.1-0
diff --git a/vhd_files/2025.txt b/vhd_files/2025.txt
index 8bf836c..f1f0785 100644
--- a/vhd_files/2025.txt
+++ b/vhd_files/2025.txt
@@ -34,0 +35 @@ mcr.microsoft.com/containernetworking/azure-cni:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cni:v1.8.1-0
@@ -37,0 +39 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.8.1-0
diff --git a/vhd_files/23H2-gen2.txt b/vhd_files/23H2-gen2.txt
index 2f09aff..ac3c0b7 100644
--- a/vhd_files/23H2-gen2.txt
+++ b/vhd_files/23H2-gen2.txt
@@ -54,0 +55 @@ mcr.microsoft.com/containernetworking/azure-cni:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cni:v1.8.1-0
@@ -57,0 +59 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.8.1-0
diff --git a/vhd_files/23H2.txt b/vhd_files/23H2.txt
index 684201f..7467693 100644
--- a/vhd_files/23H2.txt
+++ b/vhd_files/23H2.txt
@@ -54,0 +55 @@ mcr.microsoft.com/containernetworking/azure-cni:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cni:v1.8.1-0
@@ -57,0 +59 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.8.1-0 |
What this PR does / why we need it:
add cni and cns 1.8.1 to cached images
Which issue(s) this PR fixes:
Fixes #